home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / PowerFantasm™ 4.19a / Beginners guide / Beginners Mac Assembly - ed.srd / Beginners Mac Assembly - ed.srd.rsrc / PICT_31.png < prev    next >
Portable Network Graphic  |  1996-08-28  |  144KB  |  816x1056  |  8-bit (256 colors)
OCR: utheBMaodoads the programgitnhascmillionM.ofnaddrassostto ichoosgdiRongrarthenprogram wilbRage certainly not be loaded at Fantasm uses a special technique to make note of these addresses, and modify them accorc dingly before the program is run, but after Is this S called "relocating' However f you are using Fantasm to output code to be merged into another program generated by compiler then this code will crash because the address window handle wont be relocated *NOTE that Fantasm not normally used in the stand alone mode but in Build mode which invalidates the above statement The main consideration Is speed. Machine code is about speed call it pride. As stated above MOVE.L WINDOW HANDL F. A0 requires 6 bytes of memory What if we change the instruction to MOVE.I WINDOW HANDL E(PC), ,A0 Does ...